Skip to content

feat: 여행 계획에 장소 담기 api연동 #74

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 24, 2024
Merged

Conversation

d0422
Copy link
Contributor

@d0422 d0422 commented Sep 24, 2024

  • 여행 계획에 장소 담기 api연동

@d0422 d0422 requested a review from HBSPS September 24, 2024 08:53
@d0422 d0422 self-assigned this Sep 24, 2024
@d0422 d0422 force-pushed the feat/add-spot-to-plan branch from 61ee8ae to 4e272b0 Compare September 24, 2024 08:56
Copy link
Contributor

@HBSPS HBSPS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다!

Comment on lines 24 to 29
const add = () => {
if (tripId) {
mutateAsync({ planId: tripId, spotList: route.params.spots });
}
navigation.goBack();
};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

early return도 좋을 것 같습니다!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

반영완료하였습니다!

@d0422 d0422 merged commit 3914761 into main Sep 24, 2024
1 check passed
@d0422 d0422 deleted the feat/add-spot-to-plan branch September 24, 2024 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants